/* aca arranca el estilo de los bloques de roles*/ /* .selector { text-align: center; font-size: 1.9em; font-weight: bolder; border: 0px; color: #1d1d1d; height: 200px; margin: 25px; border-radius: 30px; display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: box-shadow, transform; transition-property: box-shadow, transform; display: flex; justify-content: center; align-items: center; } .uno { background: url('../Content/img/wwwiconoPersona.svg') center bottom no-repeat ,linear-gradient(to top left,#283a6f94, #2e54c391); } .dos { background: url('../Content/img/wwwiconoPersona.svg') center bottom no-repeat,linear-gradient(to top left,#56882194,#7ac12d82); } .tres { background: url('../Content/img/wwwiconoPersona.svg') center bottom no-repeat,linear-gradient(to top left,#96154a96,#de247196); } */ .service { background: #fff; margin: 10px; } .service .service-box { /*background-color: #4A86FF;*/ padding: 30px 20px; box-shadow: #00000040 0px 0px 19px 0px; margin-bottom: 30px; text-align: center; margin-right: 15px; } /*.service .service-box i img { height: 88px; } .service .service-box h3 { font-weight: 500; font-size: 22px; line-height: 22px; color: #050000; padding: 20px 0px; } .service .service-box p { color: #0d0c0a; font-size: 17px; line-height: 28px; } */ /* .selector:hover, .col-md-2:focus, .col-md-2:active { box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8); -webkit-transform: scale(1.1); transform: scale(1.1); color: #fff; } #uno:hover { background: url('../Content/img/fondobloque.png') center bottom no-repeat,linear-gradient(to bottom right,#283a6f, #2e54c3); } #dos:hover { background: url('../Content/img/fondobloque.png') center bottom no-repeat,linear-gradient(to bottom right,#568821,#7ac12d); } #tres:hover { background: url('../Content/img/fondobloque.png') center bottom no-repeat ,linear-gradient(to bottom right,#96154a,#de2471); }*/ /*aca termina el estilo de los selectores de radio*/ /* Set padding to keep content from hitting the edges */ .body-content { padding-top: 40px; padding-left: 15px; padding-right: 15px; } .light-content { color: #e1e1e1; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */ .dl-horizontal dt { white-space: normal; } /* Set width on the form input elements since they're 100% wide by default */ input, select, textarea { max-width: 300px; } /* Set padding to display errors that occur during databinding */ .padding-error { padding-top: 20px; } @media only screen and (max-width: 767px) { .nofloat { float: none; padding: 10px 15px; } } .row-striped:nth-of-type(odd) { background-color: #fffff5; } .row-striped:nth-of-type(even) { background-color: #ffffff; }