/*RESET*/
@charset "utf-8";a{text-decoration:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;font-family:"Trebuchet MS",Arial,Helvetica,sans-serif}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}



/*GENERALES*/
body { margin:0px; background-color:#FFF; overflow-x: hidden; background-image: url(../img/fondo.jpg); background-repeat: repeat;}
p, b, a, i, u, h1, h2, h3, h4, h5, h6, ul ,li, input, textarea, select, span, label {font-family: 'Montserrat', sans-serif;}
b { font-weight:700}
.clear0 { clear:both; height:0px}
.clear10 { clear:both; height:10px}
.clear20 { clear:both; height:20px}
.clear30 { clear:both; height:30px}
.clear40 { clear:both; height:40px}
.clear50 { clear:both; height:50px}
::selection {color:#CCC;background:#444;}
::-moz-selection {color:#EEE;background:#444;}
*:focus { outline:none}




.africa { width: 100%; height: auto; background-color: #356a92; text-align: center; padding: 10px 0px; position: fixed; bottom: 0px; left: 0px;}
.africa p { color: #CCC; font-size: 10px; line-height: 12px; text-transform: uppercase}
.africa p a { color: #CCC; }
.africa p a:hover { color: #FFF; text-decoration: underline}






.home { position: absolute; top: 40px; bottom: 72px; left: 40px; right: 40px; border: 1px solid #CCC; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.home .logo { width: 300px; margin-bottom: 60px;}
.home ul { display: flex; align-items: center; justify-content:center; flex-wrap: wrap;}
.home ul li { text-align: center; padding: 14px 0px; width: 250px; margin: 0px 20px; border: none; background-color: #277ab9;
    -moz-transition:all 0.25s ease 0s;
    -o-transition:all 0.25s ease 0s;
    -ms-transition:all 0.25s ease 0s;
    -webkit-transition:all 0.25s ease 0s;}
.home ul li p { color: #FFF; font-size: 21px; line-height: 32px; letter-spacing: 1px;}
.home ul li:hover { background-color: #000;}


.home .telefono { margin-top: 60px; color: #FFF; font-size: 14px; line-height: 22px; letter-spacing: 1px; opacity: 0.8;}
.home .telefono a { color: #FFF;}






@media screen and (max-width: 680px) {
    .home .logo { width: 260px;}
    .home ul {  flex-direction: column;}
    .home ul li { margin: 0; margin-bottom: 25px;}
    .home ul li p { color: #FFF; font-size: 18px; line-height: 32px; letter-spacing: 1px;}

}


@media screen and (max-width: 520px) {
    .home .logo { width: 200px;}
    .home ul {  flex-direction: column;}
    .home ul li { margin: 0; margin-bottom: 25px;}
    .home ul li p { color: #FFF; font-size: 16px; line-height: 26px; letter-spacing: 1px;}
    .home .telefono {font-size: 12px; line-height: 20px;}

}