style.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /*
  2. Created on : 5/12/2018, 01:34:49 PM
  3. Author : Alejandro
  4. */
  5. .container-fluid{padding: 0;}
  6. body{font-family: 'indivisa-text', Arial; font-size: 14px !important; color:#777; background-color: white;}
  7. .bg-head{background-color: white;}
  8. .menu {max-width: 960px; width: 100%; margin-left: auto; margin-right: auto; display: flex;}
  9. .subMenu{background-color: #F0F0F0; width: 100%; padding: 0px 10px; font-size: 15px; margin: 10px 0;}
  10. .subMenu .barra{max-width: 960px;min-height: 54px; padding: 16px 0;}
  11. .subMenu-dark{background-color: #161616;}
  12. .bg-white{background-color: white !important;}
  13. .marco {max-width: 1366px; width: 100%; margin-left: auto; margin-right: auto;}
  14. main{min-height: 480px;}
  15. .content{min-height: 480px; padding: 1em 0;}
  16. .modal-header{background-color: #006094!important;color: #fff!important;}
  17. .modal-title{font-weight: bold; text-align: center;}
  18. .table .thead-dark th {border-color: #006094;}
  19. .hasDatepicker[readonly]{ background-color: #fff !important;}
  20. /***** FOOTER *****/
  21. footer{ font-size: 14px; color: #fff; }
  22. footer .footerTop { background: #001d68; padding: 15px 0; }
  23. footer .footerTop .logotipo { overflow: hidden; }
  24. footer .footerTop .logotipo h3 { display: inline-block; vertical-align: top; color: #fff; margin: 0; float: right; text-align: right; font-size: 25px; font-family: 'indivisa-text'}
  25. footer .footerTop .logotipo h3 span { display: block; }
  26. footer .footerTop .menuFooter h3 { font-size: 12px; font-family: 'indivisa-text'; color: #fff !important;}
  27. footer .footerTop .menuFooter ul { overflow: hidden;}
  28. footer ul { list-style: none; padding: 0; margin: 0; }
  29. footer .footerTop .menuFooter ul>li {*zoom: 1; float: left; clear: none; text-align: inherit; width: 16%; margin-left: 0; margin-right: 3%;}
  30. footer .footerTop .menuFooter ul>li ul li a{font-size:10px;}
  31. footer ul>li { display: inline-block; vertical-align: top;}
  32. .footerMore { position: relative; display: none; padding: 5px 0; }
  33. footer a { color: #fff;
  34. -webkit-transition: color 0.5s; /* For Safari 3.0 to 6.0 */
  35. transition: color 0.5s; /* For modern browsers */}
  36. footer a:hover{color:#ce0e2d !important; text-decoration: none !important;}
  37. footer .footerTop .menuFooter ul>li ul li { display: block; width: 100%; margin-bottom: 0px;}
  38. footer .ubicacion { margin-top: 20px; overflow: hidden; }
  39. footer .ubicacion .address {display: inline-block; width: 65%; vertical-align: bottom; }
  40. footer .ubicacion .address h4, footer .ubicacion .address h4 a { color: #0fb7f1; font-size: 14px; margin: 0 0 0 -5px; position: relative;}
  41. footer .ubicacion .address h4 a { display: inline-block; }
  42. footer .ubicacion .redes{display:inline-block;width:32%;vertical-align:bottom;text-align:right}
  43. footer .ubicacion .redes h4{display:inline-block;vertical-align:middle;margin:0;font-size:16px}
  44. footer .ubicacion .redes ul{display:inline-block;vertical-align:middle}
  45. footer .ubicacion .redes ul li{margin-left:2px}
  46. footer .footerMiddle { background: #071e58; overflow: hidden; }
  47. footer .footerMiddle nav ul { text-align: center; }
  48. footer .footerMiddle nav ul li { border-right: 1px solid #fff; padding: 1px 10px; display: inline-block; margin-bottom: 10px;}
  49. footer ul>li { display: inline-block; vertical-align: top;}
  50. footer .footerBottom { background: #091941; overflow: hidden; padding: 15px 0;}
  51. .footerBottom .logotipos{display:inline-block;vertical-align:middle;width:20%}
  52. footer .footerBottom .logotipos a{display:inline-block;width:80px;margin-right:6px}
  53. footer .footerBottom .logotipos a.internacional{width:80px}
  54. footer .footerBottom .logotipos a.red{width:75px}
  55. footer .footerBottom .legales{text-align:right;float:right;width:60%;margin-right:0;margin-left:auto;padding-top:10px;padding-bottom:0}
  56. footer .footerBottom .legales ul li{border-right:1px solid #fff;padding:1px 10px}
  57. footer .footerBottom .legales ul li:last-child{border:0}
  58. .border-mid:not(:last-child){border-bottom:1px dotted #ccc}
  59. .pointer{cursor: pointer;}
  60. /* Contenidos */
  61. h1, h2, h3 {font-family: 'indivisa-title', Arial; font-weight: bold; letter-spacing: 1px; position: relative; color: #001d68;}
  62. h4{font-weight: bold;}
  63. h1{margin-bottom:40px;}
  64. .subtitle:before, h2:before { content: ''; position: absolute; bottom: -8px; left: 0; width: 80px; display: block; background: #d21034; height: 3px; }
  65. .main-title{font-size: 3.2rem; margin-bottom: 60px;}
  66. label{font-weight: bold;}
  67. .text-big{font-size: 18px;}
  68. @media (max-width: 800px) {
  69. .menu, .subMenu {
  70. position: relative;
  71. }
  72. .iconoMenu {
  73. position: absolute;
  74. display: block;
  75. right: 20px;
  76. top:10px;
  77. }
  78. .menuOculto{
  79. display: none;
  80. }
  81. .marco{
  82. min-height: 100px;
  83. }
  84. }