/* here you can put your own css to customize and override the theme */
@font-face {
    font-family: "Roboto-Regular";
    src: local("?"), url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Roboto-Bold";
    src: local("?"), url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: "Roboto-italic";
    src: local("?"), url(../fonts/Roboto-Italic.ttf);
}

/*************************
*******Typography******
**************************/

/*** MENU ***/

#navbar-menu .navbar-nav {
    display: inherit;
}

/*

.search-form{
    margin-top: 42px;
   }
#edit-keys{
    background-color: rgba(18, 23, 30, 0.78);
    border: 1px solid #262322;
    color: white;
    width: 300px;
    height: 38px;
}


#searchid{
    float:right;
    margin-top: -29px;
}

#formdropdown{
    position: absolute;
    left: 870px;
    display: none;
}

.menuclass{
    display: inline-flex;!important;
    float: right;!important;
    z-index: 99;!important;
}

nav.navbar.bootsnav{
    z-index: 99;!important;
    margin-top: 20px;!important;
    width: 100%;!important;
}

.menuclass li{
    padding-right: 30px;}

.fixed-header {
    position: fixed;!important;
    top: 0;!important;
    left: 0;
    width: 100%;

}

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px
}

.dropdown-menu .navbar-form .form-group input[type="text"]{
    background-color: rgba(26, 26, 27, 0.7);
    border: 1px solid #f6f1ed;
    color: #f8f4f1;
    width: 280px;
}

.dropdown-menu .navbar-form {
    margin-right: -30px;
}
*/
#languajeId a:hover{
    text-decoration:none ;
}

#languajeId a:active{
    font-size: 25px;
}

.menuclass li a{
    color: rgb(135,113,88);
    font-size: 14px;
    font-weight: bold;
}


ul.menuclass > li > a:active{
    /*color: rgb(184,169,151);*/
    color: blue;
}

#navbar-menu .active a{
    text-decoration: underline;
    color: rgb(184,169,151)

}

#block-coralsa-theme-local-tasks li a{
    border: 2px solid rgb(135,113,88);
    border-radius: 20px;
    color: rgb(135,113,88);
    font-size: 15px;
    font-weight: bold;
}


.menuclass {
    display: inline-flex;
!important;
    float: right;
!important;
    z-index: 99;
!important;
    margin-top: 14px;
}

.menuclass li {
    margin-right: 20px;
    list-style: none;
}

.dropdown-menu {
    position: absolute;
    left: 777px;
    top: 50px;
}

.main_menu_bg .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 0.875rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

/*#block-coralsa-theme-main-menu {
    position: relative;
    top: 50px;
}*/

#block-coralsa-theme-main-menu .navbar {
    background: white;
    opacity: 0.8;
}

/*#block-startblock {
    position: relative;
    top: -72px;
}*/

.dropdown-menu {
    min-width: 160px;
    padding: 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 0px
}

#formdropdown #edit-keys {
    background-color: rgb(57, 58, 59);
    border: 1px solid #efe8e3;
    color: white;
    width: 280px;
    height: 38px;
    margin-top: 5px;
}

/*#block-coralsa-theme-main-menu {
    position: relative;
    top: 50px;
}*/

/***END MENU***/

.contsect {
    z-index: 99;
}

#contact {
    z-index: 99;
}

/*** MAPA ***/
.map-item {
    width: 100%;
    height: 310px;
}

/***END MAPA***/

/*** Formulario de contacto ***/
#PIdir{
    word-wrap: break-word;
    text-align: justify;
}




.js-form-item-field-nombre-contact-form-0-value label {
    display: none;
}

.js-form-item-field-correo-contact-form-0-value label {
    display: none;
}

.js-form-item-field-mensaje-contact-form-0-value label {
    display: none;
}

#block-coralsa-theme-contactblock h2 {
    display: none;
}

#contactos .col-md-1 {
    margin-right: 8px;
}

/***END Formulario de contacto ***/

/** Form loguin**/
#user-login-form {
    background-color: #fff;
    box-shadow: 0 10px 10px -2px rgba(0, 0, 0, 0.12), 0 -2px 10px -2px rgba(0, 0, 0, 0.12);
    width: 50%;
    padding: 20px 20px 20px 20px;
    max-width: 577px;
    margin: 0 auto;
}

#user-login-form #edit-name, #user-login-form #edit-pass {
    height: 40px;
    width: 100%;
    padding: 10px;
}

#user-login-form input[type="submit"] {
    border: 2px solid rgb(135,113,88);
    border-radius: 20px;
    color: rgb(135,113,88);
    font-size: 15px;
    font-weight: bold;
}

#user-login-form input[type="submit"]:hover {

   /* transition: width 2s ease 0s, height 2s ease 0s, background-color 2s ease 0s, transform 2s ease 0s;
    background-color: #ffffff;
    color: #004170;
    border: 1px solid #004170;*/
    border: 2px solid rgb(135,113,88);
    background-color: #ffffff;
    border-radius: 20px;
    color: rgb(135,113,88);
    font-size: 15px;
    font-weight: bold;
}

ul.primary {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 20px;
}


#tvid{
    width: 140px;
    margin-top: 5px
}


#formdropdown{
    display: none;
}

#mapaId{
    background-image: url("../img/mapa.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 307px;
}
/****/

/****Media Q***/
/*Media queries*/

@media (max-width: 609px) {
    #formdropdown{
        margin-top: 205px;
        margin-left: 80px;

    }
    #edit-keys{
        width: 200px;
    }
}


@media (max-width: 779px) {
    /*#block-startblock {
        position: relative;
        top: 0px;
    }

    #block-coralsa-theme-main-menu {
        position: relative;
        top: 0px;
    }
*/
    .menuclass {
        display: block;
    }

    .menuclass li {
        margin-bottom: 10px;
    }

    #formdropdown {
        display: block;
    !important;
        margin-bottom: 20px;
        left: 20px;
    }
}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-toggle{
        margin-right: 0px;
    }

    #tvid{
        width: 100px;
        margin-top: 5px;
    }
}

/*
@media (max-width: 778px) {

    #block-startblock {
        position: relative;
        top: 0px;
    }

    #block-coralsa-theme-main-menu {
        position: relative;
        top: 0px;
    }

    .menuclass {
        display: block;
    }

    .menuclass li {
        margin-bottom: 10px;
    }

    #formdropdown {
        display: block;
    !important;
        margin-bottom: 20px;
        left: 20px;
    }

}
*/

/****/