@font-face {
    font-family: 'cairobold';
    src: url('/css/Cairo-Bold/cairo/Cairo-Bold.ttf');
}

@font-face {
    font-family: 'cairoregular';
    src: url('/css/Cairo-Bold/cairo/Cairo-Regular.ttf');
}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: cairoregular;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: cairobold;
}

.bloqueMapa {
    border: #FFE200 solid 1px;
    cursor: pointer;
}

.divMapas {
    background: #FFE200;
}

.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}

.input-field input[type=text]:focus+label,
.input-field input[type=tel]:focus+label,
.input-field input[type=email]:focus+label,
textarea.materialize-textarea:focus+label {
    color: #FFE200 !important;
}

.material-icons.prefix.active {
    color: #FFE200 !important;
}

.btn:hover,
.btn-large:hover,
.btn-small:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.input-field input[type=text]:focus,
.input-field input[type=tel]:focus,
.input-field input[type=email]:focus {
    border-bottom: 1px solid #FFE200 !important;
    box-shadow: 0 1px 0 0 #FFE200 !important;
}

textarea.materialize-textarea:focus {
    border-bottom: 1px solid #FFE200 !important;
    box-shadow: 0 1px 0 0 rgb(155, 148, 145) !important;
}

#btnEnviar:active,
#btnEnviar:focus {
    background-color: #000000;
    color: #FFFFFF;
}

#btnEnviar {
    background-color: #FFE200;
    color: #000000;
}

.justificarTexto {
    text-align: justify;
    text-justify: inter-word;
}

.slider .indicators .indicator-item {
    background-color: rgb(121, 116, 116);
}

.slider .indicators .indicator-item.active {
    background-color: #FFE200;
}

.carousel .carousel-item {
    visibility: hidden;
    width: 349px;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: -22em;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    #menuimagen {
        width: 100px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    #menuimagen {
        width: 120px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    #menuimagen {
        width: 120px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    #menuimagen {
        width: 120px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    #menuimagen {
        width: 130px;
    }
}